put the value of ((2^(card field F1))) into card field F2
put the value of ((4^(card field F1))) into card field F3
put the value of ((3^(card field F1))) into card field F4
put the value of ((2^(card field F1))) into card field F5
end mouseUp
-- part 8 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=269 top=285 right=307 bottom=369
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ANSWERS
----- HyperTalk script -----
on mouseUp
HIDE CARD FIELD "COVER"
end mouseUp
-- part 9 (field)
-- low flags: 00
-- high flags: 0001
-- rect: left=4 top=202 right=306 bottom=238
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: COVER
-- part 10 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=269 top=315 right=337 bottom=369
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: RESET
----- HyperTalk script -----
on mouseUp
SHOW CARD FIELD "COVER"
end mouseUp
-- part 11 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=205 top=315 right=337 bottom=256
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: NEXT
----- HyperTalk script -----
on mouseUp
go to next card
end mouseUp
-- part 12 (button)
-- low flags: 00
-- high flags: 8003
-- rect: left=149 top=314 right=337 bottom=199
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: PREV.
----- HyperTalk script -----
on mouseUp
go back
end mouseUp
-- part contents for background part 1
----- text -----
MEIOSIS
-- part contents for background part 2
----- text -----
Enter the number of independently assorting, segregating allelic pairs in the appropriate box and hit the calculate button. Run this program several times and see if you can determine the mathematical relationships that exist between the alleles and the various categories. After several runs, determine the numerical relationships and then check your answers by clicking on the ANSWERS button below.
If the number of segregating alleleic pairs is n, then the number of gametes is 2^n, the number of gamete combninations is 4^n, the different genotypes is 3^n and the number of phenotypes is 2^n. Click on the RESET button and then the DIRECTORY button.